
.header-top-left a {
    color: #000;
    text-decoration: none;
}

.header-top-left a:hover {
    color: #1492FF;
}

.header-top-right {
    display: inline-block;
    float: right;
}

.header-top-right-title.active {
    background-color: #1B96FF;
}

.header-center-left {
    display: inline-block;
}

.header-bottom-title.active {
    font-weight: bold;
}
.old_type{ background:none !important;}
.header-bottom{clear: both;}
@media screen and (min-width:750px) {
	
* {	cursor: url(http://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web3096/site/images/1/cur/mouse_default.cur), auto !important;}
a,a * {	cursor: url(http://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web3096/site/images/1/cur/pointer.cur), auto !important;}

#login2{position:relative;display:inline-block;}
.loginBtns2{ font-size:26px !important; width:auto;line-height:30px; margin-right:0; color:#333;cursor:pointer}
.loginItems2{z-index:999;position:absolute;width:100% !important; min-width:240px; height:auto !important; padding:30px 0 30px !important;text-align:center;background:url(loginbg2.png) no-repeat top center !important; background-size:cover !important; display:none; left:-100px !important; font-size:26px;}
.loginItems2 a{ font-size:26px; margin-right:0; padding-top:15px;}
.loginBtns2:hover .loginItems2{display:block}

	
    .header-top {
        width: 100%;
        height: 100px;
        background-color: #F3F4F8;
        text-align: center;
    }
    .header-box {
        width: 1100px;
        margin: 0 auto;
    }
    .header-top-left {
        display: inline-block;
        font-size: 26px;
        font-weight: 550;
        line-height: 100px;
        float: left;
    }
    .header-top-right-title {
        width: 240px;
        height: 60px;
        text-align: center;
        line-height: 60px;
        background-color: #47AAFF;
        font-weight: bold;
        font-size: 36px;
        color: #fff;
        cursor: pointer;
        margin: 20px 0;
		border-radius:0 !important;
    }
	.header-top-right-title:link,.header-top-right-title:hover{ color:#fff;}
    .header-top-right-title-left {
        display: inline-block;
        border-radius: 5px 0 0 5px;
        float: left;
    }
    .header-top-right-title-right {
        display: inline-block;
        border-radius: 0 5px 5px 0;
        float: left;
    }
    .header-center {
        width: 1100px;
        margin: 0 auto;
        padding: 50px 0;
    }
    .header-center-right {
        display: inline-block;
        font-size: 38px;
        color: #fff;
        font-weight: bold;
        background-color: #EC950A;
        border-radius: 8px;
        text-align: center;
		padding:0 40px;
        height: 80px;
        line-height: 80px;
        cursor: pointer;
        float: right;
        margin: 12px 0;
    }
	.header-center-right:link,.header-center-right:hover{ color:#fff;}
    .header-bottom {
        width: 1100px;
        margin: 0 auto;
        background-color: #0D8EE9;
        height: 100px;
        padding-right: 40px;
    }
    a.header-bottom-title {
        display: inline-block;
        width: 20%;
        font-size: 40px;
        color: #fff !important;
        cursor: pointer;
        text-align: center;
        line-height: 100px;
        float: left;
    }
}

@media screen and (max-width: 750px) {
    .header-top {
        width: 100%;
        height: 0.8rem;
        background-color: #F3F4F8;
		display: none;
    }
    .header-box {
        width: 7.5rem;
        height: 0.8rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 0.2rem;
    }
    .header-top-left {
        font-size: 0.24rem;
        width: 3.8rem;
        font-weight: 550;
    }
    .header-center-left img {
        width: 4.2rem;
    }
    .logogb{
        float:left;
        width: 12% !important;
        margin-top: -10px;
        }
        .logotxt {
        float: left;
        width: 51% !important;
        margin-top: 0px;
        }
    .header-top-right {
        width: 3.2rem;
        display: flex;
        align-items: center;
    }
    .header-top-right-title {
        width: 1.6rem;
        height: 0.45rem;
        text-align: center;
        line-height: 0.45rem;
        background-color: #47AAFF;
        font-weight: bold;
        font-size: 0.24rem;
        color: #fff;
        cursor: pointer;
    }
    .header-top-right-title-left {
        border-radius: 0.05rem 0 0 0.05rem;
    }
    .header-top-right-title-right {
        border-radius: 0 0.05rem 0.05rem 0;
    }
    .header-center {
        width: 7.5rem;
        padding: 0 0.2rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 1.5rem;
    }
    .header-center-right {
        font-size: 0.28rem;
        color: #fff;
        font-weight: bold;
        background-color: #EC950A;
        border-radius: 0.06rem;
        text-align: center;
        width: 2.4rem;
        height: 0.6rem;
        line-height: 0.6rem;
        cursor: pointer;
    }
    .header-bottom {
        width: 100%;
        margin: 0 auto;
        background-color: #0D8EE9;
        padding: .16rem 0.3rem;
        height: auto;
		overflow:hidden;
    }
    .header-bottom-title {
        font-size: 0.32rem;
        color: #fff !important;
        cursor: pointer;
		line-height: 0.78rem;
    	width: 33.333%;
		font-weight: bold;
		display: block;
		float: left;
		text-align: center;
    }
}